home *** CD-ROM | disk | FTP | other *** search
- Changes in Useact 5.32b - March 1991
-
- For whatever the reason, PCBoard can occasionally generate user
- names that start with punctuation characters (notably periods
- "."). When this occurs and Useact attempts to process this name,
- it can cause an immediate error in Useact, or errors later on
- when you run Query or Modify. This change only allows names
- starting with A-Z or 0-9 to be processed. Any other first
- character will cause that caller record to be ignored.
-
- Changes in Useact 5.32 - February 1991
-
- This change came about from a bug in another authors door
- program. The bug that this door had was that, under the right
- circumstances, it wrote the "Time On:" when the person logged off
- from the door as approximately 59,000 minutes. When Useact tried
- to parse this line it caused an Error 6 (Overflow) since the
- variable that was to receive the time was an integer (only having
- a range of 0-32767). When the error occurred Useact would end
- abnormally and the log would not be processed. The fix made to
- Useact 5.32 is to check the time used amount on each call record.
- If it is greater than 1440 minutes (24 hours), it will be
- disregarded
-